Northwoods.GoWPF 2.2.4 Assembly
FromKeys Property

Gets or sets the list of keys identifying nodes from which links come to this node data.
Syntax
Public Property FromKeys As IList(Of NodeKey)
public IList<NodeKey> FromKeys {get; set;}

Property Value

By default this is an empty ObservableCollection. Usually you will not need to set this, but if you do, you may want to make sure the new value also implements the System.Collections.Specialized.INotifyCollectionChanged interface.
Requirements
See Also

Reference

GraphModelNodeData<NodeKey> Class
GraphModelNodeData<NodeKey> Members

 

 


© Northwoods Software 2017. All Rights Reserved.

Send Feedback